const runtime.goroutineProfileAbsent

3 uses

	runtime (current package)
		mprof.go#L1344: 	goroutineProfileAbsent goroutineProfileState = iota
		mprof.go#L1455: 		gp1.goroutineProfiled.Store(goroutineProfileAbsent)
		mprof.go#L1526: 		if gp1.goroutineProfiled.CompareAndSwap(goroutineProfileAbsent, goroutineProfileInProgress) {